projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
388348a
)
(PRIO_PROCESS): Definition deleted.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 30 Jun 1993 17:51:16 +0000
(17:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 30 Jun 1993 17:51:16 +0000
(17:51 +0000)
src/callproc.c
patch
|
blob
|
history
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index 28e6c00377cccf2ff5d8cd6164c1cd23950a08a0..bcf990ad12732a3b0b5753a6586145c19ef15925 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-35,7
+35,7
@@
extern char *sys_errlist[];
#endif /* SIGCLD */
#include <sys/types.h>
-#define PRIO_PROCESS 0
+
#include <sys/file.h>
#ifdef USG5
#include <fcntl.h>
diff --git
a/src/emacs.c
b/src/emacs.c
index 2e6527e4e7eefdbc7b1df376604a49f83477f4b6..309ba1ce2a12858abfee3346c481e9eb250fd7ca 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-52,8
+52,6
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define O_RDWR 2
#endif
-#define PRIO_PROCESS 0
-
/* Command line args from shell, as list of strings */
Lisp_Object Vcommand_line_args;